home *** CD-ROM | disk | FTP | other *** search
- This is PCL for CLISP.
-
-
- What is PCL?
- ------------
-
- PCL is a freely available implementation of a large subset of CLOS,
- the Common Lisp Object System, done at Xerox Corporation.
-
-
- Contents:
- ---------
-
- pcl.mem memory image for running PCL (version July 1992)
- using CLISP (version September 1992)
- get-pcl.txt instructions how to get PCL
- README this text
-
-
- Installation:
- -------------
-
- Assuming that you already have installed
-
- clisp in /usr/local/bin/
-
- and
-
- lisp.run and lispinit.mem in /usr/local/lib/lisp/
-
- simply put the memory image in the same place:
-
- mv pcl.mem /usr/local/lib/lisp
-
- and create a shell script that starts lisp:
-
- cat > /usr/local/bin/clos
- exec /usr/local/lib/lisp/lisp.run -M /usr/local/lib/lisp/pcl.mem -m 4MB "$@"
- [Ctrl-D]EOF
- chmod a+x /usr/local/bin/clos
-
- Then try
-
- clos
-
-